home *** CD-ROM | disk | FTP | other *** search
/ Aminet 44 / Aminet 44 (2001)(GTI - Schatztruhe)[!][Aug 2001].iso / Aminet / comm / mail / popcheck-mos.lha / readme
Text File  |  2001-05-09  |  1KB  |  44 lines

  1.  
  2. PopCheck 1.3
  3.  
  4. Commandline options
  5. ===================
  6. Usage: popcheck [-s pop3 server] [-u pop3 user] [-p pop3 password] [-o filename] [-i filename]
  7.  
  8. -s and -u are the only ones that are required. Popcheck will ask you for
  9. a password if it isn't supplied on the command line.
  10.  
  11. -o and -i are for batch mode. Use with caution, because you can easily delete all your
  12. mail using this function.
  13.  
  14. Keys when using the curses interface
  15. ====================================
  16. UP, p       - Up one line
  17. DOWN, n     - Down one line
  18. PGUP, -     - Up one page
  19. PGDN, space - Down one page
  20. d           - Mark/Unmark message
  21. s           - Exit and save changes
  22. q           - Exit without saving anything
  23.  
  24.  
  25. Batch mode
  26. ==========
  27. * Run popcheck with the -o switch first to make a textfile with all
  28.   messages, including numbers and sizes.
  29.  
  30. * Edit this file and remove all lines describing mail you want to keep.
  31.  
  32. * Make sure the only lines in the file are those describing the mails you
  33.   want to REMOVE. Please double-check because there is no turning-back
  34.   after you execute popcheck with the -i switch.
  35.  
  36. * Run popcheck with the -i switch. All messages matching the message
  37.   numbers and sizes (in the file) will be removed from the POP server.
  38.  
  39. Please note that you run this program on your own risk. It's very easy
  40. to remove messages that you want to remove, but also to remove messages
  41. that you didn't want to remove. BE CAREFUL.
  42.  
  43. Staffan Hämälä 1999-05-19
  44.